home *** CD-ROM | disk | FTP | other *** search
/ FishMarket 1.0 / FishMarket v1.0.iso / fishcontents / 301-325 / contents_325 < prev    next >
Text File  |  1992-05-06  |  3KB  |  78 lines

  1. This is disk 325 of the freely distributable AMIGA software library.
  2. Below is a listing of the significant directories and their contents.
  3.  
  4.  
  5. Batchman    A program that allows the user to execute CLI programs
  6.         and batch files simply by clicking on a gadget.  It can
  7.         be used as the center of a turnkey system, where the
  8.         user simply clicks on gadgets to launch applications.
  9.         Version 1.1, includes source in Modula-II.
  10.         Author:  Michal Todorovic
  11.  
  12. DClock        A "Dumb Clock" utility that displays the date and time
  13.         in the Workbench screen title bar.  Uses only about 2
  14.         percent of the CPU time and about 10Kb of memory.  Also
  15.         has an alarm clock feature and audible beep for programs
  16.         that call DisplayBeep.  This is version 1.12, an update
  17.         to version 1.5 on disk 298, with many enhancements and a
  18.         few bug fixes.  Includes source.
  19.         Author:  Olaf Barthel
  20.  
  21. DoRevision    This program implements easy creation of source code
  22.         revision headers (very similar to the log headers to
  23.         be found at the top of the Amiga 'C' include files). 
  24.         Version 1.0, includes source.
  25.         Author:  Olaf Barthel
  26.  
  27. FAM        A File Access Manager for the Amiga that allows multiple
  28.         ARexx programs to access a buffered version of a directory
  29.         in a consistent and serialized manner.  It buffers all the
  30.         names, dates, sizes and so on, for quick access.  This is
  31.         version 1.1 and includes source.
  32.         Author:  Darren New
  33.  
  34. FarPrint    Debugging functions for programs which don't have any
  35.         links to their environment.  FarPrint consists of two
  36.         major parts; a harbour process open to receive and
  37.         distribute messages and requests, and a set of C functions
  38.         to be linked into any program wishing to communicate with
  39.         the FarPrint main process.  This is version 1.5, an update
  40.         to version 1.3 on disk 281, and adds a shared library as
  41.         well as linker libraries for both Lattice and Aztec C.
  42.         Includes source.
  43.         Author:  Olaf Barthel
  44.  
  45. KeyMacro    A keyboard macro program, configurable via a text file,
  46.         that also supports hotkey program execution.  You can map
  47.         up to eight functions to each key, including keys such as
  48.         cursor keys, the return key, etc.  Version 1.0, includes
  49.         source.
  50.         Author:  Olaf Barthel
  51.  
  52. LifeCycles    Some sort of biorhythm type program.  No docs included.
  53.         Version 2.0, binary only.
  54.         Author:  Michal Todorovic
  55.  
  56. MemGuard    MemGuard is a MemWatch-like program which has been
  57.         rewritten in assembly language for maximum speed and
  58.         efficiency. Unlike MemWatch MemGuard does not run as
  59.         Task in a dummy loop but rather as a low-level interrupt
  60.         routine which is capable of trapping memory thrashing even
  61.         before exec might know of it and even while task switching
  62.         is forbidden. In fact the low-memory area is checked each
  63.         frame. Virtually no processing time is wasted, the
  64.         interrupt routine does the check in about half a raster
  65.         scan line's time.  This program was contributed by Ralf
  66.         Thanner, who spent three weeks programming & debugging it.
  67.         In this program Ralf uses some very delicate tricks to
  68.         let his interrupt routine work with Intuition alerts.
  69.         Version III, binary only.
  70.         Author:  Ralf Thanner
  71.  
  72. RexxHostLib    This is a shared library package to simplify the ARexx
  73.         host creation/management procedure.  Rexx-message parsing
  74.         is also included making it possible to control ARexx from
  75.         programs such as AmigaBASIC (can you imagine AmigaBASIC
  76.         controlling AmigaTeX?).  Includes source.
  77.         Author:  Olaf Barthel
  78.